-
-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add aarch64 fdb build & Update lib features #1174
base: main
Are you sure you want to change the base?
Conversation
c806d7a
to
c3e1825
Compare
Great, we can migrate to it as the default. Can this PR be merged?
If it is not related to FDB then please start a new discussion. Thanks! |
Yes, I think so. It's been successfully compiled. But I am not sure if it's still compatible with FDB 7.1.x. |
Please let me know once you're done with the changes and I'll merge. |
Sorry. The 2nd commit is supposed to address the image & binary signing issue. Should I open another PR or just change the title of this one? |
It's fine, we can use this same PR. |
52ac7c0
to
291f8c0
Compare
This PR finishes building arm64 fdb-variant server as the FoundationDB latest stable release includes the libfdb_c_aarch64.so file.
I also noticed that foundationdb crate has a feature
fdb-7_3
since0.9.0
.Maybe we should consider deprecating thefdb-7_1
feature some day.These 2 features seems conflicting each other when building. Since it's using
libfdb_c_$ARCH.so
released in 7.3.x, I think it's better to keep the support offdb-7_3
.There's also something I want to discuss regarding the last CI refactor.
But I'm not sure whether we should talk it